home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / cell_tp1.h < prev    next >
C/C++ Source or Header  |  1997-07-10  |  174b  |  11 lines

  1. #ifndef _CELL_TP1_H_
  2. #define _CELL_TP1_H_
  3.  
  4. #define CellType1  0x01
  5.  
  6. extern Cell *ctp1_Constructor( Cell *dad ) ;
  7.  
  8. extern void tp1_set_glide_state( void ) ;
  9.  
  10. #endif
  11.